home *** CD-ROM | disk | FTP | other *** search
/ OpenStep 4.1 (User) / OpenStep 4.1 (User).iso / usr / template / client / Drivers / i386 / XircomNetwave.config / English.lproj / NetwaveInspector.nib / data.classes next >
Encoding:
Text File  |  1995-11-20  |  1.4 KB  |  52 lines

  1. NetwaveInspector = {
  2.     ACTIONS = {
  3.     "domainChanged:" = "domainChanged:"; 
  4.     "scrambleChanged:" = "scrambleChanged:"; 
  5.     }; 
  6.     OUTLETS = {
  7.     DomainStateTextField = DomainStateTextField; 
  8.     DomainTextField = DomainTextField; 
  9.     ScrambleStateTextField = ScrambleStateTextField; 
  10.     ScrambleTextField = ScrambleTextField; 
  11.     boundingBox = boundingBox; 
  12.     titleBox = titleBox; 
  13.     }; 
  14.     SUPERCLASS = IODeviceInspector; 
  15. };
  16. IODeviceInspector = {
  17.     ACTIONS = {
  18.     "channelOrInterruptPicked:" = "channelOrInterruptPicked:"; 
  19.     "rangeDidChange:" = "rangeDidChange:"; 
  20.     "showInfo:" = "showInfo:"; 
  21.     }; 
  22.     OUTLETS = {
  23.     accessoryHolder = accessoryHolder; 
  24.     dmaBox = dmaBox; 
  25.     dmaMatrix = dmaMatrix; 
  26.     infoButton = infoButton; 
  27.     infoPanel = infoPanel; 
  28.     infoText = infoText; 
  29.     inspectionView = inspectionView; 
  30.     irqBox = irqBox; 
  31.     irqMatrix = irqMatrix; 
  32.     memoryBox = memoryBox; 
  33.     memoryController = memoryController; 
  34.     origWindow = origWindow; 
  35.     portsBox = portsBox; 
  36.     portsController = portsController; 
  37.     statusTitle = statusTitle; 
  38.     }; 
  39.     SUPERCLASS = Object; 
  40. };
  41. IOAddressRanger = {
  42.     ACTIONS = {"checkText:" = "checkText:"; "minus:" = "minus:"; "plus:" = "plus:"; }; 
  43.     OUTLETS = {
  44.     delegate = delegate; 
  45.     rangeText = rangeText; 
  46.     sizeText = sizeText; 
  47.     statusButton = statusButton; 
  48.     }; 
  49.     SUPERCLASS = Object; 
  50. };
  51. FirstResponder = {ACTIONS = {}; SUPERCLASS = Object; };
  52.